type github.com/jackc/puddle/v2.valueCancelCtx
6 uses
github.com/jackc/puddle/v2 (current package)
context.go#L9: type valueCancelCtx struct {
context.go#L14: func (ctx *valueCancelCtx) Deadline() (time.Time, bool) { return ctx.cancelCtx.Deadline() }
context.go#L15: func (ctx *valueCancelCtx) Done() <-chan struct{} { return ctx.cancelCtx.Done() }
context.go#L16: func (ctx *valueCancelCtx) Err() error { return ctx.cancelCtx.Err() }
context.go#L17: func (ctx *valueCancelCtx) Value(key any) any { return ctx.valueCtx.Value(key) }
context.go#L20: return &valueCancelCtx{
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)